STEP 3: Our ball is too big, and we should use a unique variable name for the ball.
- Change the soccer ball's variable name from sprite (to the left of the equals sign) to ball.
- In , drag in Set Size indented INSIDE your loop.
- Change the name in front of .set_size() from sprite to ball.
To navigate the page using the TAB key, first press ESC to exit the code editor.